From: Stéphane Glondu Date: Wed, 11 Feb 2026 13:28:01 +0000 (+0100) Subject: Remove transitional packages (Closes: #1125099) X-Git-Tag: archive/raspbian/5.4.0-3+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:sonu.itbhu%40googlemail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22mailto:sonu.itbhu%40googlemail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=7c8f1e72f62470b924099336ed024a360d037070;p=ocaml.git Remove transitional packages (Closes: #1125099) --- diff --git a/debian/OCaml_for_Debian b/debian/OCaml_for_Debian index 67213a3f..452faa30 100644 --- a/debian/OCaml_for_Debian +++ b/debian/OCaml_for_Debian @@ -4,9 +4,7 @@ OCaml for Debian 1) The OCaml package has been split into different binary packages: o ocaml: contains the full OCaml suite - o ocaml-nox: the full suite except for the Graphics and Tk modules - o ocaml-base: contains the runtime stuff (ocamlrun + dlls + Tk) - o ocaml-base-nox: contains the runtime stuff (ocamlrun + dlls - Tk) + o ocaml-base: contains the runtime stuff (ocamlrun + dlls) o ocaml-compiler-libs: contains several modules used internally by the OCaml compilers. They are not needed for normal OCaml diff --git a/debian/control b/debian/control index 5ae2bf5d..28172d19 100644 --- a/debian/control +++ b/debian/control @@ -222,48 +222,3 @@ Description: OCaml interpreter and standard libraries (lib manpages) . This package contains ocamldoc-generated documentation about libraries provided by OCaml. - -Package: ocaml-base-nox -Section: oldlibs -Architecture: all -Depends: - ocaml-base, - ${misc:Depends} -Replaces: ocaml-base (<< 4.08), ocaml-nox (<< 4.08) -Breaks: ocaml-base (<< 4.08), ocaml-nox (<< 4.08) -Description: transitional package for ocaml-base - Objective Caml (OCaml) is an implementation of the ML language, based on - the Caml Light dialect extended with a complete class-based object system - and a powerful module system in the style of Standard ML. - . - This is a transitional package and can be safely removed. - -Package: ocaml-nox -Section: oldlibs -Architecture: all -Depends: - ocaml, - ${misc:Depends} -Replaces: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08) -Breaks: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08) -Description: transitional package for ocaml - Objective Caml (OCaml) is an implementation of the ML language, based on - the Caml Light dialect extended with a complete class-based object system - and a powerful module system in the style of Standard ML. - . - This is a transitional package and can be safely removed. - -Package: ocaml-compiler-libs -Section: oldlibs -Architecture: all -Depends: - libcompiler-libs-ocaml-dev, - ${misc:Depends} -Replaces: ocaml-base-nox (<< 4) -Breaks: ocaml-base-nox (<< 4) -Description: transitional package for libcompiler-libs-ocaml-dev - Objective (OCaml) is an implementation of the ML language, based on - the Caml Light dialect extended with a complete class-based object system - and a powerful module system in the style of Standard ML. - . - This is a transitional package and can be safely removed.